GetPanoramicImage(IList<PointF>,PanoramicInfo) Method

Summary

Gets the panoramic image using the specified points and information.

Syntax
C#
VB
C++
public RasterImage GetPanoramicImage( 
   IList<PointF> points, 
   PanoramicInfo info 
) 
Public Function GetPanoramicImage( 
   ByVal points As IList(Of PointF), 
   ByVal info As PanoramicInfo 
) As RasterImage 
public:  
   RasterImage^ GetPanoramicImage( 
      IList<PointF^>^ points, 
      PanoramicInfo^ info 
   ) 

Parameters

points

A list of points that contains the polygon used to generate the panoramic image.

info

PanoramicInfo that contains extra settings that controls the thickness and angle of the panoramic curve.

Return Value

RasterImage that contains the resulting panoramic image.

Remarks

To create a file mapping out of the output panoramic image, refer to GetPanoramicImage.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.